home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / nxyplot1.87 / Makefile < prev    next >
Encoding:
Makefile  |  1992-06-18  |  1.1 KB  |  43 lines

  1. #
  2. # Generated by the NeXT Interface Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Interface Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = nxyplot
  11.  
  12. INTERFACES = nxyplot.nib
  13. CLASSES = Plot.m PlotView.m PlotDelegate.m FormatHandler.m ScrollWindow.m \
  14.           ServicesHandler.m ColumnSelectionHandler.m ErrorBarHandler.m
  15. MFILES = auxil.m nxyplot_main.m
  16. TIFFFILES = Den_Face_small.tiff Tom_Face_small.tiff nxyplot.tiff
  17. OTHERSRCS = services
  18. APPICON = nxyplot.tiff
  19. DOCICONS = nxyplot.tiff nxyplot.tiff nxyplot.tiff
  20.  
  21. SOURCEMODE = 444
  22.  
  23. LIBS = -lNeXT_s -lsys_s
  24. DEBUG_LIBS = $(LIBS)
  25. PROF_LIBS = -lNeXT_p -lsys_p
  26.  
  27. MAKEFILEDIR = /usr/lib/nib
  28. ICONSECTIONS =    -sectcreate __ICON app nxyplot.tiff \
  29.         -sectcreate __ICON dat nxyplot.tiff \
  30.         -sectcreate __ICON xyp nxyplot.tiff \
  31.         -sectcreate __ICON nxyplot nxyplot.tiff
  32.  
  33. INSTALLDIR = $(HOME)/Apps
  34. INSTALLFLAGS = -c -s -m 755
  35.  
  36. -include Makefile.preamble
  37.  
  38. include $(MAKEFILEDIR)/app.make
  39.  
  40. -include Makefile.postamble
  41.  
  42. -include Makefile.dependencies
  43.